Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/solygambas/html-css-javascript-projects/054-css loaders/

index.html /cody/solygambas/html-css-javascript-projects/054-css loaders/index.html
479 Views
0 Comments
<!-- Based on CSS Loaders Tutorial by Shaun Pelling - The Net Ninja (2020)
see: https://www.youtube.com/watch?v=GFkorypkXsQ&list
style.css /cody/solygambas/html-css-javascript-projects/054-css loaders/style.css
249 Views
0 Comments
* {
box-sizing: border-box;
}

body {
background-color: #fef9f2;
display: flex;
align-items: center;